home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld: Super Stacks!
/
Macworld CD.iso
/
HyperCard Archives
/
International
/
French v1.2.5.1
/
Piles principales
/
Notes sur la version 1.2.5
/
card_9339.txt
< prev
next >
Wrap
Text File
|
1989-10-04
|
1KB
|
61 lines
-- card: 9339 from stack: in.5
-- bmap block id: 0
-- flags: 2000
-- background id: 5683
-- name: foundField
-- part contents for background part 7
----- text -----
foundField
-- part contents for background part 9
----- text -----
Nouvelles fonctions HyperTalk
Carte 3 sur 10
-- part contents for background part 11
----- text -----
Cette fonction renvoie la description de l'emplacement où la chaîne recherchée par la dernière commande Find a été localisée, sous la forme : <card | bkgnd> field <nombre>. Si la recherche n'a pas abouti, la fonction renvoie une chaîne vide.
-- part contents for background part 8
----- text -----
the foundField
-- part contents for background part 10
----- text -----
aucun
-- part contents for background part 17
----- text -----
--après exécution des commandes suivantes :
find "Brigitte"
put the foundField
--vous obtiendrez un résultat du type :
bkgnd field 1
-- part contents for background part 18
----- text -----
on foundFieldDemo
--affiche le champ où a été trouvée la chaîne :
find "HyperTalk"
put the foundField
wait 2 seconds
--sélectionne le champ entier :
select text of the foundField
wait 2 seconds
cleanExit -- dans le script du fond courant
end foundFieldDemo
-- part contents for background part 31
----- text -----
Find
foundChunk
foundLine
foundText